gitlab-ci: cache meson subprojects
authorChristoph Reiter <creiter@src.gnome.org>
Thu, 15 Feb 2018 12:37:02 +0000 (13:37 +0100)
committerChristoph Reiter <creiter@src.gnome.org>
Thu, 15 Feb 2018 12:43:55 +0000 (13:43 +0100)
This saves another 30sec here and reducing clone operations on the
gnome gitlab instance is probably a good idea as well.

.gitlab-ci.yml

index 4bc0cb07fee8786ccdfe1fee2318a11a4cd5e522..0d559ef3cb63cbd3952239fe33f58da71f53a18b 100644 (file)
@@ -11,6 +11,11 @@ before_script:
 cache:
   paths:
     - _ccache/
+    - subprojects/gdk-pixbuf/
+    - subprojects/glib/
+    - subprojects/graphene/
+    - subprojects/libepoxy/
+    - subprojects/pango/
 
 build:
   stage: build